home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d901.lha / AmigaBase / TODO < prev    next >
Text File  |  1993-08-26  |  3KB  |  54 lines

  1. The following features are planed for future releases.
  2. The first item in this list has the highest priority. The last one
  3. the lowest.
  4.  
  5.    o  convert "Filter on/off" menu item to menu item "Filter?" with
  6.       check mark support (idea by Wolfgang Brodowski 05.07.93).
  7.    o  Improve memory management (suggestion by René Schuster, 19.06.93).
  8.    o  New menu item: "Duplicate dataset" (Idea by Mike Bromery 11.6.93).
  9.    o  New menu item: "Save as - Structure" (idea by Fabien Larini, 18.06.93).
  10.    o  Improve entering date values by specifying relative dates
  11.       (e.g. -1 for yesterday, +1 for tomorrow, 0 for today, etc.)
  12.    o  Save Filter settings and Filter programs in projects (Idea by Thomas
  13.       Gegenheimer 8.6.93).
  14.    o  Show keypad state in the drag bar of each window (idea by Fabien
  15.       Larini, 18.06.93).
  16.    o  New AB function: MEMOFILL(memo) which replaces variable names in
  17.       the memo text with the contents of the current dataset. This
  18.       would be very usefull for series of prints.
  19.    o  add an arexx port to AmigaBaseBase (idea by Stefan Hellwig 7.12.92).
  20.       I don't know too much about arexx. I want to support the following
  21.       functions:
  22.          NEW   for opening a new window for a new project,
  23.          QUIT  for exiting the current project (and AmigaBase if
  24.                it was the last project),
  25.          LOAD <file>, to load a project from the given filename,
  26.          SAVE  to save the current project,
  27.          PROJECT <name> to switch to the given project and
  28.          CALC <var> to call the program of the suplied variable (There
  29.                you can do all you want.)
  30.       Any suggestions are VERY welcome!!
  31.    o  let MEMO variables have their own window (option in new variable
  32.       requester).
  33.    o  Auto line feed and justification for editing memo variables (suggested
  34.       by Fabien Larini, 18.06.93).
  35.    o  New variable type: choice (displayed by a cyclegadget or
  36.       radiobuttons) (suggested by Wolfgang Brodowski 17.06.93).
  37.    o  Font attributes (bold, italic, underlined) for variables and texts
  38.       (suggested by Wolfgang Brodowski 30.06.93).
  39.    o  Backgroud color for variables (suggested by Wolfgang Brodowski
  40.       17.06.93).
  41.    o  implement functions like OPENINPUT, READ, SCANF, etc.
  42.    o  improve programming of AmigaBase: make syntax more MODULA like.
  43.       (in particular semicolon placement).
  44.    o  improve programming of AmigaBase: move all programs of the
  45.       variables to one big program. So it is easier to get know what
  46.       the project does, but compiling will be slower.
  47.    o  implement method concept (e.g. methods for new dataset, delete
  48.       dataset, arexx).
  49.    o  New AB function: DATASETNUM(record) which gives you the number of
  50.       the current dataset in the supplied record.
  51.    o  New menu item for installing mode: "Variable - Duplicate" and
  52.       "Record - Duplicate" (Idea by Thomas Gegenheimer 8.6.93).
  53.  
  54.